home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 3,701 to 3,800 / aol-file-protocol-4400-3701-to-3800.zip / AOLDLs / Sports / APSBB32_V3.0 Basketball StatTrak / APSBB301.exe / _SETUP.1 / Export.mdb / GameStats.json < prev    next >
JavaScript Object Notation  |  1999-01-07  |  771b

  1. {
  2.     "schema": {
  3.         "TeamNumber": "Long Integer NOT NULL",
  4.         "GameNumber": "Long Integer NOT NULL",
  5.         "GStatNumber": "Long Integer NOT NULL",
  6.         "GameDate": "DateTime",
  7.         "GameType": "Integer NOT NULL",
  8.         "Location": "Text (30) NOT NULL",
  9.         "HomeTeam": "Boolean NOT NULL",
  10.         "Opponent": "Text (50) NOT NULL",
  11.         "OpponentTeamNumber": "Long Integer NOT NULL",
  12.         "OpponentGStatNumber": "Long Integer NOT NULL",
  13.         "Points": "Integer NOT NULL",
  14.         "PointsQtr1": "Byte NOT NULL",
  15.         "PointsQtr2": "Byte NOT NULL",
  16.         "PointsQtr3": "Byte NOT NULL",
  17.         "PointsQtr4": "Byte NOT NULL",
  18.         "PointsOT": "Byte NOT NULL",
  19.         "OppPoints": "Integer NOT NULL",
  20.         "OppPointsQtr1": "Byte NOT NULL",
  21.         "OppPointsQtr2": "Byte NOT NULL",
  22.         "OppPointsQtr3": "Byte NOT NULL",
  23.         "OppPointsQtr4": "Byte NOT NULL",
  24.         "OppPointsOT": "Byte NOT NULL",
  25.         "Notes": "Memo/Hyperlink (255) NOT NULL"
  26.     },
  27.     "data": []
  28. }